-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix documentation page sidebar bug #3327
base: master
Are you sure you want to change the base?
Fix documentation page sidebar bug #3327
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3327 +/- ##
=======================================
Coverage 60.79% 60.79%
=======================================
Files 606 606
Lines 43794 43794
Branches 48 48
=======================================
Hits 26623 26623
Misses 17159 17159
Partials 12 12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@jorund1 if you rebase this on the latest master, the tests should become green again :) |
10a6ed3
to
2f61b54
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just nitpicking, really :)
doc/reference/web_authentication.rst
Outdated
|
||
../howto/mod_auth_openidc_feide | ||
:ref:`openidc_feide_howto` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't really see the point of switching to a named cross-reference when the reference is to a whole document and not a specific section of a document. The old link worked just fine, but the toctree
seemed malplaced...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, fixed now
(place link in list to mimic original look as well)
|
A documentation page is included in two TOCs, which seems to cause some anomalies.
Currently, this howto-page appears to be listed under 'Reference material' instead of 'Howtos' in the sidebar.
This PR fixes this anomaly by making sure it is only listed in the 'Howtos' TOC.